HandlerAdapter

Undocumented in source.

Members

Aliases

Context
alias Context = Handler!(R, R, W, W).Context
Undocumented in source.
TheCallBack
alias TheCallBack = Handler!(R, R, W, W).TheCallBack
Undocumented in source.

Functions

read
void read(Context ctx, R msg)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(Context ctx, W msg, TheCallBack cback)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta